home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / terminal-blanking.conf < prev    next >
Text File  |  2009-10-06  |  2KB  |  49 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module terminal-blanking.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7. ###############################################################################
  8. # Terminal settings
  9. # -----------------
  10. #
  11. # Using these settings, you can let laptop mode tools control the terminal
  12. # blanking timeouts. This only works for linux virtual consoles.
  13. #
  14. #
  15. # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
  16. # main laptop-mode.conf configuration file. If they are still present, they
  17. # overrule the settings in this file. To fix this, simply delete the settings
  18. # from the main config file.
  19. #
  20. ###############################################################################
  21.  
  22.  
  23. #
  24. # Should laptop mode tools control terminal blanking settings?
  25. #
  26. CONTROL_TERMINAL=0
  27.  
  28.  
  29. #
  30. # Terminal device files that should be affected. (One terminal is enough, this
  31. # affects all consoles. )
  32. #
  33. TERMINALS="/dev/tty1"
  34.  
  35.  
  36. #
  37. # These settings specify the blanking and powerdown timeouts. Note that
  38. # the powerdown timeout is counted from the moment the screen is blanked,
  39. # i.e. BLANK_MINUTES=2 and POWERDOWN_MINUTES=5 means the screen powers
  40. # down after 7 minutes of inactivity. The range for all these settings is
  41. # 1 to 60 minutes, or 0 to disable.
  42. #
  43. BATT_TERMINAL_BLANK_MINUTES=1
  44. BATT_TERMINAL_POWERDOWN_MINUTES=2
  45. LM_AC_TERMINAL_BLANK_MINUTES=10
  46. LM_AC_TERMINAL_POWERDOWN_MINUTES=10
  47. NOLM_AC_TERMINAL_BLANK_MINUTES=10
  48. NOLM_AC_TERMINAL_POWERDOWN_MINUTES=50
  49.